Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / WorkDays Class / FindLastIndex Method / FindLastIndex(Int32,Predicate<DayOfWeek>) Method

In This Topic
    FindLastIndex(Int32,Predicate<DayOfWeek>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal startIndex As System.Integer, _
       ByVal match As System.Predicate(Of DayOfWeek) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.int startIndex,
       System.Predicate<DayOfWeek> match
    )

    Parameters

    startIndex
    match
    See Also